Platform Explorer / Nuxeo Platform 6.0

Extension point notificationListenerVeto

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.ec.notification.service.NotificationListenerVetoDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-comment-6.0.jar
    <extension point="notificationListenerVeto" target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService">
        <veto class="org.nuxeo.ecm.platform.comment.notification.CommentCreationVeto" name="CommentCreationVeto"/>
      </extension>
  • nuxeo-platform-notification-core-6.0.jar
    <extension point="notificationListenerVeto" target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService">
        <veto class="org.nuxeo.ecm.platform.ec.notification.VersionVeto" name="versionVeto"/>
      </extension>